
if service.click({
{"Swipe down to decline",
"%[Swipe down]",
}
})
return true
end

if service.click({
{"Swipe down to decline",
"%[Swipe up]",
}
})
return true
end

if service.click({
{"* UNREAD MESSAGES",
}
})
return true
end

if service.click({
{"Uninstall",
}
})
return true
end

if service.click({
{"Discard voice message",
}
})
return true
end

if service.click({
{"CLEAR,Button",
}
})
return true
end

if service.click({
{"Close all",
}
})
return true
end

if service.click({
{"CANCEL",
}
})
return true
end

if service.click({
{"Stop",
}
})
return true
end

if service.click({
{"Skip ad",
}
})
return true
end

if service.click({
{"DECLINE",
}
})
return true
end

if service.click({
{"End call",
}
})
return true
end

if service.click({
{"Decline call button. Double tap to decline.",
"%[Swipe up]",
}
})
return true
end
